2011-03-28 14:21:28 +00:00
|
|
|
<?
|
|
|
|
show_header('Link an article');
|
|
|
|
?>
|
|
|
|
<div class="thin">
|
|
|
|
<div class="box pad">
|
|
|
|
<form action="wiki.php" method="post">
|
|
|
|
<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>
|
|
|
|
<? show_footer(); ?>
|