63 Zeilen
2,5 KiB
HTML
63 Zeilen
2,5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>mod_rewrite_content_test</title>
|
|
<meta http-equiv="expires" content="0">
|
|
<meta http-equiv="cache-control" content="no-cache">
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
<script type="text/javascript" src="scripts/jquery/jquery.js"></script>
|
|
<script type="text/javascript" src="plugins/cl-mod-rewrite/scripts/mod_rewrite.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="styles/contenido.css">
|
|
<link rel="stylesheet" type="text/css" href="plugins/cl-mod-rewrite/styles/styles.css">
|
|
<script type="text/javascript"><!--
|
|
// session-id
|
|
var sid = "{SESSID}";
|
|
|
|
// setup translation
|
|
mrPlugin.lng.more_informations = "{LNG_MORE_INFORMATIONS}";
|
|
|
|
// --></script>
|
|
</head>
|
|
|
|
<body class="mrPlugin mrPluginTest">
|
|
|
|
<div class="headerBox">
|
|
<p>{LNG_FORM_INFO}<p>
|
|
<form name="mr_test" id="mr_test" action="main.php">
|
|
<input type="hidden" name="area" value="{AREA}">
|
|
<input type="hidden" name="frame" value="{FRAME}">
|
|
<input type="hidden" name="contenido" value="{CONTENIDO}">
|
|
<fieldset>
|
|
<legend>{LNG_FORM_LABEL}</legend>
|
|
<p></p>
|
|
<div class="chk">
|
|
<input type="checkbox" id="idart" name="idart" value="1"{FORM_IDART_CHK}><label for="idart">idart</label>
|
|
</div>
|
|
<div class="chk">
|
|
<input type="checkbox" id="idcat" name="idcat" value="1"{FORM_IDCAT_CHK}><label for="idcat">idcat</label>
|
|
</div>
|
|
<div class="chk">
|
|
<input type="checkbox" id="idcatart" name="idcatart" value="1"{FORM_IDCATART_CHK}><label for="idcatart">idcatart</label>
|
|
</div>
|
|
<div class="chk">
|
|
<input type="checkbox" id="idartlang" name="idartlang" value="1"{FORM_IDARTLANG_CHK}><label for="idartlang">idartlang</label>
|
|
</div>
|
|
<br class="clear">
|
|
</fieldset>
|
|
<div class="contenttest">
|
|
<div class="blockLeft">
|
|
<label for="maxitems">{LNG_MAXITEMS_LBL}: </label><input type="text" id="maxitems" maxlength="4" name="maxitems" value="{FORM_MAXITEMS}">
|
|
</div>
|
|
<div class="blockRight pdr5">
|
|
<input type="submit" name="test" value="{LNG_RUN_TEST}">
|
|
</div>
|
|
<br class="clear">
|
|
</div>
|
|
</form>
|
|
<br class="clear">
|
|
</div>
|
|
|
|
{CONTENT}
|
|
|
|
</body>
|
|
</html>
|