Changeset 8b927fa454c4eaa19b0abe27cec8fa5e0e240d51
- Timestamp:
- 03/22/07 19:22:17
(2 years ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1174587737 +0100
- git-parent:
[fb092d4b7046374e7d77aaa7a4921a5ed4032f23]
- git-author:
- Christopher Jung <bktheg@web.de> 1174587737 +0100
- Message:
Kleine Verbesserungen am PM-System
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbe5d6ad |
r8b927fa |
|
| 147 | 147 | <input type="button" value="RL Zeit" onclick="insertRealTime()" style="width:80px" /><br /><br /> |
|---|
| 148 | 148 | <input type="button" value="Tick Zeit" onclick="insertTickTime()" style="width:80px"/><br /><br /> |
|---|
| 149 | | <input type="button" value="Signatur" onclick="insertSignature()" style="width:80px" /> |
|---|
| 150 | | <textarea id="signature" style="display:none;">{user.signature}</textarea></td> |
|---|
| | 149 | <!-- <input type="button" value="Signatur" onclick="insertSignature()" style="width:80px" /> |
|---|
| | 150 | <textarea id="signature" style="display:none;">{user.signature}</textarea> --></td> |
|---|
| 151 | 151 | <td class="noBorderX"><textarea id="msg" name="msg" cols="65" rows="18" style="width:500px">{write.message}</textarea></td> |
|---|
| 152 | 152 | </tr> |
|---|
| … | … | |
| 196 | 196 | |
|---|
| 197 | 197 | function finishMovePM( response ) { |
|---|
| 198 | | $("inbox_waiter").style.visibility = "hidden"; |
|---|
| | 198 | $("inbox_waiter").style.display = "none"; |
|---|
| 199 | 199 | |
|---|
| 200 | 200 | if( parseInt(response.responseText) > 0 ) { |
|---|
| … | … | |
| 203 | 203 | $("inbox_ordner"+movePMToID+"_count").innerHTML = parseInt($("inbox_ordner"+movePMToID+"_count").innerHTML)+1; |
|---|
| 204 | 204 | } |
|---|
| 205 | | else if( parseInt(response.responseText) ) { |
|---|
| 206 | | alert("Die Nachricht konnte nicht lokalisiert werden"); |
|---|
| | 205 | else if( parseInt(response.responseText) == 0 ) { |
|---|
| | 206 | alert("Der Server konnte die Nachricht nicht finden"); |
|---|
| 207 | 207 | } |
|---|
| 208 | 208 | else { |
|---|
| … | … | |
| 224 | 224 | movePMToID = ordnerid; |
|---|
| 225 | 225 | |
|---|
| 226 | | $("inbox_waiter").style.visibility = "visible"; |
|---|
| | 226 | $("inbox_waiter").style.display = "block"; |
|---|
| 227 | 227 | |
|---|
| 228 | 228 | var url = './ajax.php'; |
|---|
| 229 | | // Oh ich liebe das toooolle caching von *piep* ie |
|---|
| | 229 | // Oh ich liebe das toooolle caching vom *piep* ie |
|---|
| 230 | 230 | var params = 'module={global.module}&sess={global.sess}&action=move&ordner={ordner.parent}&moveto='+ordnerid+"&pm_"+pmid+"="+pmid+"&antiiecachingtimestamp="+(new Date().getTime()); |
|---|
| 231 | 231 | |
|---|
| … | … | |
| 266 | 266 | // --> |
|---|
| 267 | 267 | </script> |
|---|
| 268 | | <form action="./main.php" method="post"> |
|---|
| | 268 | |
|---|
| | 269 | <form action="./main.php" method="post"> |
|---|
| 269 | 270 | {!table_begin 710,left} |
|---|
| 270 | 271 | <div style="position:relative; width:100%; height:240px"> |
|---|
| 271 | 272 | <!-- Waiter Div --> |
|---|
| 272 | | <div style="position:absolute; top:0px; left:0px; height:240px; width:100%; z-index:2; visibility:hidden" id="inbox_waiter"> |
|---|
| | 273 | <div style="position:absolute; top:0px; left:0px; height:240px; width:100%; z-index:2; display:none" id="inbox_waiter"> |
|---|
| 273 | 274 | <div style="position:absolute; top:0px; left:0px; height:240px; width:100%; text-align:center; vertical-align:middle; background-color:black; opacity:.6"></div> |
|---|
| 274 | 275 | <div style="position:absolute; top:0px; left:0px; height:240px; width:100%; text-align:center; vertical-align:middle; background-color:transparent"> |
|---|
| … | … | |
| 277 | 278 | </div> |
|---|
| 278 | 279 | <!-- Inhalt --> |
|---|
| 279 | | <div style="position:absolute; top:0px; left:0px; width:100%; height:240px; overflow:auto; overflow-x:hidden; z-index:1"> |
|---|
| | 280 | <div style="position:absolute; top:0px; left:0px; width:100%; height:240px; overflow:auto; overflow-x:hidden"> |
|---|
| 280 | 281 | <table class="noBorderX" width="95%"> |
|---|
| 281 | 282 | <tr> |
|---|
| … | … | |
| 391 | 392 | function actionSelectChange( newval ) { |
|---|
| 392 | 393 | if( newval == "deletePlayer" ) { |
|---|
| 393 | | document.getElementById("form_playerid").style.display = "inline"; |
|---|
| 394 | | document.getElementById("form_ordnername").style.display = "none"; |
|---|
| 395 | | document.getElementById("form_moveto").style.display = "none"; |
|---|
| | 394 | $('form_playerid').style.display = "inline"; |
|---|
| | 395 | $('form_ordnername').style.display = "none"; |
|---|
| | 396 | $('form_moveto').style.display = "none"; |
|---|
| 396 | 397 | } |
|---|
| 397 | 398 | else{ |
|---|
| 398 | 399 | if (newval == "newOrdner"){ |
|---|
| 399 | | document.getElementById("form_playerid").style.display = "none"; |
|---|
| 400 | | document.getElementById("form_ordnername").style.display = "inline"; |
|---|
| 401 | | document.getElementById("form_moveto").style.display = "none"; |
|---|
| | 400 | $('form_playerid').style.display = "none"; |
|---|
| | 401 | $('form_ordnername').style.display = "inline"; |
|---|
| | 402 | $('form_moveto').style.display = "none"; |
|---|
| 402 | 403 | } |
|---|
| 403 | 404 | else { |
|---|
| 404 | 405 | if(newval == "moveAll" || newval == "moveSelected"){ |
|---|
| 405 | | document.getElementById("form_playerid").style.display = "none"; |
|---|
| 406 | | document.getElementById("form_ordnername").style.display = "none"; |
|---|
| 407 | | document.getElementById("form_moveto").style.display = "inline"; |
|---|
| | 406 | $('form_playerid').style.display = "none"; |
|---|
| | 407 | $('form_ordnername').style.display = "none"; |
|---|
| | 408 | $('form_moveto').style.display = "inline"; |
|---|
| 408 | 409 | } |
|---|
| 409 | 410 | else{ |
|---|
| 410 | | document.getElementById("form_playerid").style.display = "none"; |
|---|
| 411 | | document.getElementById("form_ordnername").style.display = "none"; |
|---|
| 412 | | document.getElementById("form_moveto").style.display = "none"; |
|---|
| | 411 | $('form_playerid').style.display = "none"; |
|---|
| | 412 | $('form_ordnername').style.display = "none"; |
|---|
| | 413 | $('form_moveto').style.display = "none"; |
|---|
| 413 | 414 | } |
|---|
| 414 | 415 | } |
|---|
| 415 | 416 | } |
|---|
| 416 | | document.getElementById("rename").disabled = true; |
|---|
| | 417 | $('rename').disabled = true; |
|---|
| 417 | 418 | } |
|---|
| 418 | 419 | --> |
|---|
| … | … | |
| 433 | 434 | <optgroup label="'Ordner' Aktionen"> |
|---|
| 434 | 435 | <option value="newOrdner">Ordner erstellen</option> |
|---|
| 435 | | <option id="rename" disabled value="rename">Ordner umbenennen</option> |
|---|
| | 436 | <option id="rename" disabled="disabled" value="rename">Ordner umbenennen</option> |
|---|
| 436 | 437 | </optgroup> |
|---|
| 437 | 438 | </select> |
|---|
| … | … | |
| 585 | 586 | <input type="button" value="RL Zeit" onclick="insertRealTime()" style="width:80px" /><br /><br /> |
|---|
| 586 | 587 | <input type="button" value="Tick Zeit" onclick="insertTickTime()" style="width:80px" /><br /><br /> |
|---|
| 587 | | <input type="button" value="Signatur" onclick="insertSignature()" style="width:80px" /> |
|---|
| 588 | | <textarea id="signature" style="display:none;">{user.signature}</textarea></td> |
|---|
| | 588 | <!-- <input type="button" value="Signatur" onclick="insertSignature()" style="width:80px" /> |
|---|
| | 589 | <textarea id="signature" style="display:none;">{user.signature}</textarea>--></td> |
|---|
| 589 | 590 | <td class="noBorderX"><textarea id="msg" name="msg" cols="65" rows="18" style="width:500px">{comment.text}</textarea></td> |
|---|
| 590 | 591 | </tr> |
|---|