mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkgsubmit: Instruct users how to make source packages.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
e4f9d2af6e
commit
6ee8b88c58
1 changed files with 7 additions and 6 deletions
|
@ -435,6 +435,7 @@ html_header("Submit");
|
|||
<span class="f3"><?php print __("Submit"); ?></span>
|
||||
</div>
|
||||
<div class="pgboxbody">
|
||||
<p><?php echo __("Upload your source packages here. Create source packages with `makepkg --source`.") ?></p>
|
||||
|
||||
<?php
|
||||
if (empty($_REQUEST['pkgsubmit']) || $error):
|
||||
|
@ -455,11 +456,11 @@ html_header("Submit");
|
|||
?>
|
||||
|
||||
<form action='pkgsubmit.php' method='post' enctype='multipart/form-data'>
|
||||
<input type='hidden' name='pkgsubmit' value='1' />
|
||||
<div> <input type='hidden' name='pkgsubmit' value='1' /> </div>
|
||||
<table border='0' cellspacing='5'>
|
||||
<tr>
|
||||
<td span='f4' align='right'><?php print __("Package Category"); ?>:</td>
|
||||
<td span='f4' align='left'>
|
||||
<td class='f4' align='right'><?php print __("Package Category"); ?>:</td>
|
||||
<td class='f4' align='left'>
|
||||
<select name='category'>
|
||||
<option value='1'><?php print __("Select Category"); ?></option>
|
||||
<?php
|
||||
|
@ -475,8 +476,8 @@ html_header("Submit");
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td span='f4' align='right'><?php print __("Upload package file"); ?>:</td>
|
||||
<td span='f4' align='left'>
|
||||
<td class='f4' align='right'><?php print __("Upload package file"); ?>:</td>
|
||||
<td class='f4' align='left'>
|
||||
<input type='file' name='pfile' size='30' />
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue