⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 listtopics.xml.tmpl

📁 codestriker is a develop useful tool to review code on web user interface.
💻 TMPL
字号:
Content-type: text/plain<?xml version="1.0" encoding="UTF-8"?><topics>    [% FOREACH topic = alltopics %]    <topic>	<topicid>[% topic.topicid %]</topicid>	<title>[% topic.title | html_entity %]</title>	<description>[% topic.description | html_entity %]</description>	<topic_state>[% topic.topic_state | html_entity %]</topic_state>	<topic_state_id>[% topic.topic_state_id %]</topic_state_id>	<author>[% topic.author | html_entity %]</author>	<cc>[% topic.cc | html_entity %]</cc>	<reviewers>[% topic.reviewers | html_entity %]</reviewers>	<project_name>[% topic.project_name | html_entity %]</project_name>	<project_id>[% topic.project_id %]</project_id>	[%# Make sure we remove any password from the end of the repository %]	<repository>[% topic.repository.split( ';' ).0 | html_entity %]</repository>	<module>[% topic.module | html_entity %]</module>	<start_tag>[% topic.start_tag | html_entity %]</start_tag>	<end_tag>[% topic.end_tag | html_entity %]</end_tag>	<bug_ids>[% topic.bug_ids | html_entity %]</bug_ids>	<version>[% topic.version %]</version>	<creation_ts>[% topic.creation_ts | html_entity %]</creation_ts>    </topic>    [% END %]</topics>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -