가오픈 일자 표시
This commit is contained in:
@@ -53,6 +53,7 @@ if(file_exists(__dir__.'/.htaccess')){
|
|||||||
'fictionMode'=>($options['fiction']?'가상':'사실'),
|
'fictionMode'=>($options['fiction']?'가상':'사실'),
|
||||||
'npcMode'=>($options['npcmode']?'가능':'불가'),
|
'npcMode'=>($options['npcmode']?'가능':'불가'),
|
||||||
'openDatetime'=>$reserved['date'],
|
'openDatetime'=>$reserved['date'],
|
||||||
|
'starttime'=>$options['starttime'],
|
||||||
'gameConf'=>$options['gameConf'],
|
'gameConf'=>$options['gameConf'],
|
||||||
'otherTextInfo'=>$otherTextInfo
|
'otherTextInfo'=>$otherTextInfo
|
||||||
],
|
],
|
||||||
|
|||||||
+2
-1
@@ -46,7 +46,8 @@ var serverLoginTemplate = "\
|
|||||||
|
|
||||||
var serverReservedTemplate = "\
|
var serverReservedTemplate = "\
|
||||||
<td colspan='4' class='server_reserved'>\
|
<td colspan='4' class='server_reserved'>\
|
||||||
- 오픈 일시 : <%openDatetime%> - <br>\
|
<%openDatetime==starttime?'':'- 가오픈 일시 : '+openDatetime+ '- <br>'%>\
|
||||||
|
- 오픈 일시 : <%starttime%> - <br>\
|
||||||
<span style='color:orange;'><%scenarioName%></span> <span style='color:limegreen;'><%turnterm%>분 턴 서버</span><br>\
|
<span style='color:orange;'><%scenarioName%></span> <span style='color:limegreen;'><%turnterm%>분 턴 서버</span><br>\
|
||||||
(상성 설정:<%fictionMode%>), (빙의 여부:<%npcMode%>), (최대 스탯:<%gameConf.defaultStatTotal%>), (기타 설정:<%otherTextInfo%>)</td>\
|
(상성 설정:<%fictionMode%>), (빙의 여부:<%npcMode%>), (최대 스탯:<%gameConf.defaultStatTotal%>), (기타 설정:<%otherTextInfo%>)</td>\
|
||||||
";
|
";
|
||||||
|
|||||||
Reference in New Issue
Block a user