📄 themes.php
字号:
<?include "include/db.php";include "include/authenticate.php";include "include/general.php";include "include/collections_functions.php";$header=getvalescaped("header","");include "include/header.php";?><div class="BasicsBox"> <h2> </h2> <h1><?=$lang["themes"]?></h1> <p><?=text("introtext")?></p> <style>.ListviewTitleBoxed {background-color:#fff;}</style><?$headers=get_theme_headers();for ($n=0;$n<count($headers);$n++) { if ($header=="" || $header==$headers[$n]) { ?> <div class="RecordBox"> <div class="RecordPanel"> <div class="RecordHeader"> <? $image=get_theme_image($headers[$n]); if (($image) && ($theme_images)) { ?><div style="float:left;margin-right:12px;"><img class="CollectImageBorder" src="<?=$image?>" /></div><? } ?> <h1 style="margin-top:12px;float:left;"><?=$headers[$n]?></h1> </div> <div class="Listview" style="margin-top:10px;margin-bottom:5px;clear:left;"> <table border="0" cellspacing="0" cellpadding="0" class="ListviewStyle"> <tr class="ListviewBoxedTitleStyle"> <td><?=$lang["name"]?></td> <td width="5%"><?=$lang["items"]?></td> <td><div class="ListTools"><?=$lang["tools"]?></div></td> </tr> <? $themes=get_themes($headers[$n]); for ($m=0;$m<count($themes);$m++) { ?> <tr> <td width="50%"><div class="ListTitle"><a href="search.php?search=!collection<?=$themes[$m]["ref"]?>&bc_from=themes"><?=htmlspecialchars($themes[$m]["name"])?></a></div></td> <td width="5%"><?=$themes[$m]["c"]?></td> <td><div class="ListTools"><a href="search.php?search=<?=urlencode("!collection" . $themes[$m]["ref"])?>&bc_from=themes">> <?=$lang["action-view"]?></a> <a href="collections.php?collection=<?=$themes[$m]["ref"]?>" target="collections">> <?=$lang["action-select"]?></a> <? if (isset($zipcommand)) { ?> <a href="collection_download.php?collection=<?=$themes[$m]["ref"]?>" >> <?=$lang["action-download"]?></a> <? } ?> <? if ($contact_sheet==true) { ?> <a href="contactsheet_settings.php?c=<?=$themes[$m]["ref"]?>">> <?=strtolower($lang["contactsheet"])?></a> <? } ?> <? if (checkperm("v") || checkperm ("g")) { ?> <a href="collection_email.php?ref=<?=$themes[$m]["ref"]?>" target="main">> <?=$lang["action-email"]?></a><?}?> <? if (checkperm("h")) {?> <a href="collection_edit.php?ref=<?=$themes[$m]["ref"]?>">> <?=$lang["action-edit"]?></a><?}?> <? hook("addcustomtool"); ?> </td> </tr> <? } ?> </table> </div> </div> <div class="PanelShadow"> </div> </div> <? } }?><?if ($header=="") { $headers=get_smart_theme_headers(); for ($n=0;$n<count($headers);$n++) { if (checkperm("f*") || checkperm("f" . $headers[$n]["ref"])) { ?> <div class="RecordBox"> <div class="RecordPanel"> <div class="RecordHeader"> <h1 style="margin-top:5px;"><?=i18n_get_translated($headers[$n]["smart_theme_name"])?></h1> </div> <div class="Listview" style="margin-top:10px;margin-bottom:10px;clear:left;"> <table border="0" cellspacing="0" cellpadding="0" class="ListviewStyle"> <tr class="ListviewBoxedTitleStyle"> <td><?=$lang["name"]?></td> <td><div class="ListTools"><?=$lang["tools"]?></div></td> </tr> <? $themes=get_smart_themes($headers[$n]["ref"]); for ($m=0;$m<count($themes);$m++) { $s=$headers[$n]["name"] . ":" . $themes[$m]; ?> <tr> <td><div class="ListTitle"><a href="search.php?search=<?=urlencode($s)?>&bc_from=themes"><?=htmlspecialchars(i18n_get_translated($themes[$m]))?></a></div></td> <td><div class="ListTools"><a href="search.php?search=<?=urlencode($s)?>&bc_from=themes">> <?=$lang["action-view"]?></a></div></td> </tr> <? } ?> </table> </div> </div> <div class="PanelShadow"> </div> </div> <? } } }?></div><div class="clearerleft"> </div><div class="BasicsBox"> <h2> </h2> <h1><?=$lang["findapubliccollection"]?></h1> <p class="tight"><?=text("findpublic")?></p> <p><a href="collection_public.php"><?=$lang["findapubliccollection"]?> ></a></p></div><?include "include/footer.php";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -