Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5portal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
管理员
jfV5portal
Commits
41a3f10a
Commit
41a3f10a
authored
Aug 29, 2018
by
周王清
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
快速链接_第二版
parent
e56cf9a3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
friendlinkTab.jsp
WebContent/jwapp/pages/friendlink/friendlinkTab.jsp
+1
-1
friendlinkTabDetail.jsp
WebContent/jwapp/pages/friendlink/friendlinkTabDetail.jsp
+1
-1
friendlinkDAO.xml
src_jwapp/com/jw/app/business/friendlink/friendlinkDAO.xml
+1
-1
No files found.
WebContent/jwapp/pages/friendlink/friendlinkTab.jsp
View file @
41a3f10a
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
</div>
</div>
<table id="list" style="width: 100%; height: 100%;"></table>
<table id="list" style="width: 100%; height: 100%;"></table>
<div id="tb">
<div id="tb">
<form id="
attendance
Tab_searchForm" style="float:left">
<form id="
friendlink
Tab_searchForm" style="float:left">
标题: <input class="easyui-textbox" id="FIELD_TITLE" name="FIELD_TITLE" style="width:200px"/>
标题: <input class="easyui-textbox" id="FIELD_TITLE" name="FIELD_TITLE" style="width:200px"/>
</form>
</form>
<a href="#" class="easyui-linkbutton" data-options="iconCls:'icon-search',plain:true" onclick="javascript:searchRow()">查询</a>
<a href="#" class="easyui-linkbutton" data-options="iconCls:'icon-search',plain:true" onclick="javascript:searchRow()">查询</a>
...
...
WebContent/jwapp/pages/friendlink/friendlinkTabDetail.jsp
View file @
41a3f10a
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<td style="width: 15%;" class="tableStyleLable"><span>排序:</span>
<td style="width: 15%;" class="tableStyleLable"><span>排序:</span>
</td>
</td>
<td style="width: 85%">
<td style="width: 85%">
<input class="easyui-numberspinner" data-options="min:0,max:8 ,required:true" id="SORT" name="FIELD_SORT" style="width:50px" />
<input class="easyui-numberspinner" data-options="min:0,max:8 ,required:true" id="SORT" name="FIELD_SORT" style="width:
1
50px" />
</td>
</td>
</tr>
</tr>
</table>
</table>
...
...
src_jwapp/com/jw/app/business/friendlink/friendlinkDAO.xml
View file @
41a3f10a
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<where>
<where>
<trim
prefixOverrides=
"AND |OR"
>
<trim
prefixOverrides=
"AND |OR"
>
<if
test=
"TITLE != null and TITLE != ''"
>
<if
test=
"TITLE != null and TITLE != ''"
>
and t.TITLE
= #{TITLE}
and t.TITLE
like '%${TITLE}%'
</if>
</if>
<if
test=
"URL != null and URL != ''"
>
<if
test=
"URL != null and URL != ''"
>
and t.URL = #{URL}
and t.URL = #{URL}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment