Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
phpdts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nemo Ma
phpdts
Commits
15dabfe5
Commit
15dabfe5
authored
May 14, 2023
by
hisuinohoshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dai2
临时修正: - 无法查看未选择称号的历史优胜者的角色界面的问题(这是一个临时功能,会在关闭游戏内选择称号功能后一起去掉);
parent
dad86bb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
13 deletions
+17
-13
templates/default/profile.htm
templates/default/profile.htm
+17
-13
No files found.
templates/default/profile.htm
View file @
15dabfe5
...
...
@@ -84,19 +84,23 @@
$clubinfo[$club]
<!--{else}-->
<!-- 后续更新中,将停用在游戏内直接选择称号的方式。 -->
<!--{eval $t1_list = valid_getclublist_t1($udata); $t2_list = valid_getclublist_t2($udata);}-->
<select
id=
"clubsel"
name=
"clubsel"
onchange=
"$('mode').value='special';$('command').value=$('clubsel').value;postCmd('gamecmd','command.php');return false;"
<!
--
{
if
CURSCRIPT
!=
'
game
'
||
$
mode
!=
'
command
'}
--
>
disabled
<!--{/if}-->
>
<optgroup
label=
"普通称号"
>
<!--{loop $t2_list $key}-->
<option
value=
"clubsel$key"
>
$clubinfo[$key]
</option>
<!--{/loop}-->
</optgroup>
<optgroup
label=
"特殊称号"
>
<!--{loop $t1_list $key}-->
<option
value=
"clubsel$key"
>
$clubinfo[$key]
</option>
<!--{/loop}-->
</optgroup>
</select>
<!--{if function_exists('valid_getclublist_t1') && function_exists('valid_getclublist_t2')}-->
<!--{eval $t1_list = valid_getclublist_t1($udata); $t2_list = valid_getclublist_t2($udata);}-->
<select
id=
"clubsel"
name=
"clubsel"
onchange=
"$('mode').value='special';$('command').value=$('clubsel').value;postCmd('gamecmd','command.php');return false;"
<!
--
{
if
CURSCRIPT
!=
'
game
'
||
$
mode
!=
'
command
'}
--
>
disabled
<!--{/if}-->
>
<optgroup
label=
"普通称号"
>
<!--{loop $t2_list $key}-->
<option
value=
"clubsel$key"
>
$clubinfo[$key]
</option>
<!--{/loop}-->
</optgroup>
<optgroup
label=
"特殊称号"
>
<!--{loop $t1_list $key}-->
<option
value=
"clubsel$key"
>
$clubinfo[$key]
</option>
<!--{/loop}-->
</optgroup>
</select>
<!--{else}-->
$clubinfo[$club]
<!--{/if}-->
<!--{/if}-->
</span></td>
<td
class=
"b2"
><span>
<!--{if $wc >= 100}-->
{lang wc}{lang skill}
<!--{else}-->
<span
class=
"grey"
>
{lang wc}{lang skill}
</span>
<!--{/if}-->
</span></td>
...
...
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