2011-03-28 14:21:28 +00:00
|
|
|
<?
|
2012-10-11 08:00:15 +00:00
|
|
|
View::show_header('Link an article');
|
2011-03-28 14:21:28 +00:00
|
|
|
?>
|
|
|
|
<div class="thin">
|
|
|
|
<div class="box pad">
|
2012-09-15 08:00:25 +00:00
|
|
|
<form class="add_form" name="aliases" action="wiki.php" method="post">
|
2011-03-28 14:21:28 +00:00
|
|
|
<input type="hidden" name="action" value="link" />
|
|
|
|
<input type="hidden" name="auth" value="<?=$LoggedUser['AuthKey']?>" />
|
|
|
|
<div>
|
2011-11-13 08:00:16 +00:00
|
|
|
<p>Paste a wiki link into the box below to link this search string or article name to the appropriate article.</p>
|
2011-03-28 14:21:28 +00:00
|
|
|
<strong>Link </strong> <input type="text" name="alias" size="20" value="<?=display_str($Alias->convert($_GET['alias']))?>" />
|
|
|
|
to <strong>URL</strong> <input type="text" name="url" size="50" maxlength="150" />
|
|
|
|
<input type="submit" value="Submit" />
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
2012-10-11 08:00:15 +00:00
|
|
|
<? View::show_footer(); ?>
|