Page MenuHomeIn-Portal Phabricator

phrases_edit.tpl
No OneTemporary

File Metadata

Created
Thu, Nov 20, 3:30 PM

phrases_edit.tpl

<inp2:m_if check="m_ConstOn" const="DBG_PHRASES">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><inp2:conf_ConfigValue name="Site_Name"/> :: </title>
<inp2:m_include template="platform/blocks/common/html_head" />
</head>
<body>
<inp2:m_include template="platform/blocks/common/header" />
<inp2:m_include template="platform/blocks/common/toolbar" />
<table class="main-table">
<tr>
<td class="main-column-center">
<inp2:m_include template="platform/blocks/common/form_phrase"/>
</td>
<td class="main-column-right">
</td>
</tr>
</table>
<inp2:m_include template="platform/blocks/common/footer" />
<inp2:m_include template="platform/blocks/common/copyright" />
</body>
</html>
</inp2:m_if>

Event Timeline