コード例 #1
0
" id="row<?php 
        echo $rowcounter;
        ?>
" onmouseover="this.style.color='#FFF'; this.style.backgroundColor='#363636';" onmouseout="this.style.color='#000000'; setColor_js(<?php 
        echo $rowcounter;
        ?>
, '<?php 
        echo $checkbox_hidden;
        ?>
');">
				<td title="<?php 
        echo __("Select the symlink %1\$s", $list_symlinks[$i]["dirfilename_html"]);
        ?>
" style="text-align: center; width: 32px;">
<?php 
        printDirFileProperties($rowcounter, $list_symlinks[$i], "checkbox", "onclick=\"setColor_js({$rowcounter}, 'checkbox');\"");
        ?>
				</td>
				<td onclick="<?php 
        echo $onClick;
        ?>
" title="<?php 
        echo $title;
        ?>
" style="<?php 
        echo $style;
        ?>
">
<?php 
        printMime("icon", $list_symlinks[$i]);
        ?>
コード例 #2
0
" />
</div> &nbsp; 

<div style="border-color: #000000; border-style: solid; border-width: 1px; padding: 10px; margin-<?php 
echo __("right");
?>
: 100px; margin-bottom: 10px;">
<input type="checkbox" name="zipactions[email]" value="yes" /> <?php 
echo __("Email the zip file in attachment to:");
?>
 <input type="text" class="input" name="zipactions[email_to]" value="" /><br /><br />
<?php 
echo __("Note that sending files is not anonymous: your IP address as well as the time of the sending will be added to the email.");
?>
<br /><br />
<?php 
echo __("Some additional comments to add in the email:");
?>
<br />
<textarea name="zipactions[message]" class="edit" rows="5" cols="55" wrap="off"></textarea>
</div>

<?php 
for ($i = 1; $i <= sizeof($list["all"]); $i++) {
    printDirFileProperties($i, $list["all"][$i], "hidden", "");
}
// end for
?>

<!-- Template /skins/shinra/zip1.template.php end -->
コード例 #3
0
 / <?php 
    echo $list["stats"]["symlinks"]["total_size_formated"];
    ?>
)</div>
<?php 
    for ($i = 1; $i <= sizeof($list_symlinks); $i++) {
        $rowcounter++;
        if ($list_symlinks[$i]["selectable"] == "ok") {
            $href = "<a href=\"" . $action_url . "&amp;directory=" . $directory_url . "&amp;entry=" . $list_symlinks[$i]["dirfilename_url"] . "&amp;state=followsymlink&amp;state2=main\">" . $list_symlinks[$i]["dirfilename"] . "</a>";
        } else {
            $href = $list_symlinks[$i]["dirfilename"];
        }
        ?>
<div class="browse_row">
	<div class="browse_col1"><?php 
        printDirFileProperties($rowcounter, $list_symlinks[$i], "checkbox", "");
        ?>
</div>
	<div class="browse_col2"><?php 
        echo $href;
        ?>
</div>
</div><br />
<?php 
    }
    // end for
}
// end if
?>

<?php