Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 3 | 4 | 0.980 | php_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 24 | components/com_weblinks/views/weblink/tmpl/form.php |
2 | 13 | 21 | templates/beez/html/com_weblinks/weblink/form.php |
3 | 12 | 13 | templates/rhuk_milkyway/html/com_weblinks/weblink/form.php |
| ||||
<?php echo JText::_('Weblink item must have a title', TRUE); ?>"); } else if (document.getElementById('jformcatid').value <1) { alert("<?php echo JText::_('You must select a category.', TRUE); ?>"); } else if (document.getElementById('jformurl').value == ""){ alert("<?php echo JText::_('You must have a url.', TRUE); ?>"); } else { submitform(pressbutton); } } </script> <form action="<?php echo $this->action;?>" method="post" name="adminForm" id="adminForm"> |
| ||||
<?php echo JText::_('Weblink item must have a title', TRUE); ?>"); } else if (document.getElementById('jformcatid').value <1) { alert("<?php echo JText::_('You must select a category.', TRUE); ?>"); } else if (document.getElementById('jformurl').value == ""){ alert("<?php echo JText::_('You must have a url.', TRUE); ?>"); } else { submitform(pressbutton); } } //]]> </script> <form action="<?php echo $this->action;?>" method="post" name="adminForm" class="editor" id="adminForm"> <fieldset class="publishing"> <legend> |
| ||||
<?php echo JText::_( 'Weblink item must have a title', TRUE); ?>" ); } else if (document.getElementById('jformcatid').value <1) { alert( "<?php echo JText::_( 'You must select a category.', TRUE); ?>" ); } else if (document.getElementById('jformurl').value == ""){ alert( "<?php echo JText::_( 'You must have a url.', TRUE); ?>" ); } else { submitform( pressbutton ); } } </script> <form action="<?php echo $this->action;?>" method="post" name="adminForm" id="adminForm"> |
| |||
<?php echo JText::_('Weblink item must have a title',TRUE); ?> [[#variable3ea90c20]]<?php echo JText::_('You must select a category.',TRUE); ?> [[#variable3ea90c40]]<?php echo JText::_('You must have a url.',TRUE); ?> [[#variable3ea90b80]]<?php echo $this->action; ?> [[#variable3ea90b60]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3ea90c20]] | " ); } else if (document.getElementById('jformcatid').value <1) { alert( " |
1 | 2 | [[#3ea90c20]] | "); } else if (document.getElementById('jformcatid').value <1) { alert(" |
1 | 3 | [[#3ea90c20]] | "); } else if (document.getElementById('jformcatid').value <1) { alert(" |
2 | 1 | [[#3ea90c40]] | " ); } else if (document.getElementById('jformurl').value == ""){ alert( " |
2 | 2 | [[#3ea90c40]] | "); } else if (document.getElementById('jformurl').value == ""){ alert(" |
2 | 3 | [[#3ea90c40]] | "); } else if (document.getElementById('jformurl').value == ""){ alert(" |
3 | 1 | [[#3ea90b80]] | " ); } else { submitform( pressbutton ); } } </script> <form action=" |
3 | 2 | [[#3ea90b80]] | "); } else { submitform(pressbutton); } } //]]> </script> <form action=" |
3 | 3 | [[#3ea90b80]] | "); } else { submitform(pressbutton); } } </script> <form action=" |
4 | 1 | [[#3ea90b60]] | " method="post" name="adminForm" id="adminForm"> |
4 | 2 | [[#3ea90b60]] | " method="post" name="adminForm" class="editor" id="adminForm"> <fieldset class="publishing"> <legend> |
4 | 3 | [[#3ea90b60]] | " method="post" name="adminForm" id="adminForm"> |