kUtRL/default-templates/kutrl.html

50 lines
1.8 KiB
HTML
Raw Permalink Normal View History

2021-08-28 19:29:29 +00:00
{{tpl:extends parent="__layout.html"}}
<tpl:Block name="head-title">
<title>{{tpl:lang Links shortener}}} - {{tpl:BlogName encode_html="1"}}</title>
</tpl:Block>
<tpl:Block name="html-head">
{{tpl:parent}}
</tpl:Block>
2021-08-25 23:06:22 +00:00
2021-08-28 19:29:29 +00:00
<tpl:Block name="body-tag">
<body class="dc-kutrl">
</tpl:Block>
2021-08-25 23:06:22 +00:00
2021-08-28 19:29:29 +00:00
<tpl:Block name="main-content">
<tpl:Block name="main-content-before"></tpl:Block>
<tpl:Block name="content-info-header">
<header id="content-info">
<tpl:Block name="content-info-header-title">
<h2>{{tpl:lang Links shortener}}</h2>
</tpl:Block>
<tpl:Block name="content-info-header-content">
<tpl:kutrlMsgIf has_message="1">
<p>{{tpl:kutrlMsg}}</p>
</tpl:kutrlMsgIf>
</tpl:Block>
</header>
</tpl:Block>
<tpl:Block name="content-inner">
<tpl:Block name="content-inner-before"></tpl:Block>
<div class="content-inner">
<tpl:Block name="content-inner-content">
<tpl:kutrlPageIf is_active="1">
<form name="dokutrl" method="post" action="{{tpl:kutrlPageURL}}">
<p><label>{{tpl:lang Long link:}}<br />
<input type="text" size="60" name="longurl" id="longurl" maxlength="255" value="" />
</label></p>
<p><label>{{tpl:kutrlHumanField}}<br />
<input type="text" size="60" name="hmf" id="hmf" maxlength="255" value="" />
</label></p>
<p>
2021-08-28 19:48:42 +00:00
<input class="submit" type="submit" name="submiturl" value="{{tpl:lang Shorten}}" />
2021-08-28 19:29:29 +00:00
{{tpl:kutrlHumanFieldProtect}}
</p>
</form>
</tpl:kutrlPageIf>
</tpl:Block>
</div> <!-- # End #content-inner -->
<tpl:Block name="content-inner-after"></tpl:Block>
</tpl:Block>
<tpl:Block name="main-content-after"></tpl:Block>
</tpl:Block>