cmsdsearchresults.tmpl
来自「开源图书馆管理软件」· TMPL 代码 · 共 30 行
TMPL
30 行
<html><head><title>Search Results</title></head><body><TMPL_INCLUDE NAME="searchheader.tmpl"><table border=0 cellspacing=0 cellpadding=0><tr bgcolor=#ccccff><th>Title</th><th>Author</th><th>Dewey</th></tr><TMPL_LOOP NAME=SEARCH_RESULTS> <tr> <td><TMPL_VAR NAME=title></td> <td><TMPL_VAR NAME=author></td> <td align=right><TMPL_VAR NAME=dewey></td> </tr></TMPL_LOOP><tr><td colspan=3 bgcolor=#ccccff> <table border=0 cellpadding=0 cellspacing=0 width=100%> <tr><td align=left> <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="prevstartfrom">>Previous Records</a> </td><td align=right> <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Next Records</a> </td></tr> </table></td></tr></table><br>Results <TMPL_VAR NAME="startfrom"> through <TMPL_VAR NAME="endat"> of <TMPL_VAR NAME="numrecords"> records.<hr></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?