Extended Ally

By FranMod Last update Jul 18, 2008 — Installed 3,564 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 4 posts, 4 voices



' + '' + '' + '' + '' + '' + '' + '</tbody>' + '' + '
Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Ikarias User
I'v translated the interface (piece of cookie). The translated code is: var formHTML = '' + '
<tbody>' + '
Search options
Show:' + '<input /> All
' + '<input /> Attacks
' + '<input /> Defends
' + '
Player:' + '<select>' + '<option>All</option>'; for each (user in users.sort()) { if (!user) continue; formHTML += '<option>' + user + '</option>'; } formHTML += '</select>
Search for player:
' + '<input />' + '
Search for Ally:
'; for each (ally in diplomacy.war) { if (!ally) continue; formHTML += '<input /> ' + ally + '
'; }
 
ldisnake User

look in the ally to attack, in down page

 
runner75 User

how does it work?

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel