mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
이슈트래커의 form 문을 가상사이트에서 사용시 문제 없도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6483 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e0036cc41e
commit
e7930e5f79
3 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<!--#include('header.html')-->
|
||||
|
||||
<form action="{Context::getRequestUri()}" method="get" class="issueSearch">
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="d" value="1" />
|
||||
|
|
@ -95,6 +96,7 @@
|
|||
</form>
|
||||
|
||||
<form action="./" method="get" class="close">
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<!--@foreach($project->packages as $key => $val)-->
|
||||
<select id="release_{$val->package_srl}">
|
||||
<option value="">{$lang->release}</option>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, window.insert)" id="fo_write">
|
||||
<form action="{Context::getRequestUri()}" method="post" onsubmit="return procFilter(this, window.insert)" id="fo_write">
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="content" value="{$oIssue->getContentText()}" />
|
||||
<input type="hidden" name="document_srl" value="{$document_srl}" />
|
||||
|
|
@ -197,7 +198,8 @@
|
|||
</form>
|
||||
|
||||
|
||||
<form action="./" method="get" class="close">
|
||||
<form action="{Context::getRequestUri()}" method="get" class="close">
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<!--@foreach($project->packages as $key => $val)-->
|
||||
<select id="release_{$val->package_srl}">
|
||||
<option value="">{$lang->release}</option>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@
|
|||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
<form action="./index.php" id="logForm" method="get">
|
||||
<form action="{Context::getRequestUri()}" id="logForm" method="get">
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="path" value="{htmlspecialchars($path)}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue