Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.985 | php_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 56 | templates/beez/html/com_content/article/form.php |
2 | 9 | 70 | templates/rhuk_milkyway/html/com_content/article/form.php |
| ||||
<?php echo JText::_('Editor'); ?></legend> <div> <label for="title"> <?php echo JText::_('Title'); ?>: </label> <input class="inputbox" type="text" id="title" name="title" size="50" maxlength="100" value="<?php echo $this->escape($this->article->title); ?>" /> </div> <div class="save"> <button type="button" onclick="submitbutton('save')"> |
| ||||
<?php echo JText::_('Editor'); ?></legend> <table class="adminform" width="100%"> <tr> <td> <div style="float: left;"> <label for="title"> <?php echo JText::_( 'Title'); ?>: </label> <input class="inputbox" type="text" id="title" name="title" size="50" maxlength="100" value="<?php echo $this->escape($this->article->title); ?>" /> <input class="inputbox" type="hidden" id="alias" name="alias" value=" |
| |||
<?php echo JText::_('Editor'); ?> [[#variable526beb00]]<?php echo JText::_('Title'); ?>: </label> <input class="inputbox" type="text" id="title" name="title" size="50" maxlength="100" value="<?php echo $this->escape($this->article->title); ?> [[#variable526bea80]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526beb00]] | </legend> <div> <label for="title"> |
1 | 2 | [[#526beb00]] | </legend> <table class="adminform" width="100%"> <tr> <td> <div style="float: left;"> <label for="title"> |
2 | 1 | [[#526bea80]] | " /> </div> <div class="save"> <button type="button" onclick="submitbutton('save')"> |
2 | 2 | [[#526bea80]] | " /> <input class="inputbox" type="hidden" id="alias" name="alias" value=" |