More SVG icons & their integration into the templates
authorLuzifr <szekely@woltlab.com>
Tue, 16 Aug 2011 16:47:45 +0000 (18:47 +0200)
committerLuzifr <szekely@woltlab.com>
Tue, 16 Aug 2011 16:47:53 +0000 (18:47 +0200)
22 files changed:
wcfsetup/install/files/acp/templates/acpSessionLogList.tpl
wcfsetup/install/files/acp/templates/cronjobAdd.tpl
wcfsetup/install/files/acp/templates/cronjobList.tpl
wcfsetup/install/files/acp/templates/cronjobLogList.tpl
wcfsetup/install/files/acp/templates/masterPassword.tpl
wcfsetup/install/files/acp/templates/masterPasswordInit.tpl
wcfsetup/install/files/acp/templates/option.tpl
wcfsetup/install/files/acp/templates/packageUpdate.tpl
wcfsetup/install/files/acp/templates/packageView.tpl
wcfsetup/install/files/acp/templates/updateServerAdd.tpl
wcfsetup/install/files/acp/templates/userAdd.tpl
wcfsetup/install/files/acp/templates/userEmailAddressExport.tpl
wcfsetup/install/files/acp/templates/userGroupAdd.tpl
wcfsetup/install/files/acp/templates/userGroupList.tpl
wcfsetup/install/files/acp/templates/userList.tpl
wcfsetup/install/files/acp/templates/userMail.tpl
wcfsetup/install/files/acp/templates/userSearch.tpl
wcfsetup/install/files/acp/templates/usersMassProcessing.tpl
wcfsetup/install/files/icon/eMail1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/time1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/user1.svg [new file with mode: 0644]
wcfsetup/install/files/icon/users1.svg [new file with mode: 0644]

index f55951151f441a2c78260f10a9d8e9e6d1e0cc5c..c16a1723ba08a4bf0a068587af066e662a122ba2 100644 (file)
@@ -38,7 +38,7 @@
                        {foreach from=$sessionLogs item=sessionLog}
                                <tr class="{if $sessionLog->active} activeContainer{/if}">
                                        <td class="columnSessionLogID columnID"><p>{@$sessionLog->sessionLogID}</p></td>
-                                       <td class="columnUsername columnText"><p>{if $__wcf->user->userID == $sessionLog->userID}<img src="{@RELATIVE_WCF_DIR}icon/userS.png" alt="" />{/if} <a href="index.php?page=ACPSessionLog&amp;sessionLogID={@$sessionLog->sessionLogID}{@SID_ARG_2ND}">{$sessionLog->username}</a></p></td>
+                                       <td class="columnUsername columnText"><p>{if $__wcf->user->userID == $sessionLog->userID}<img src="{@RELATIVE_WCF_DIR}icon/user1.svg" alt="" />{/if} <a href="index.php?page=ACPSessionLog&amp;sessionLogID={@$sessionLog->sessionLogID}{@SID_ARG_2ND}">{$sessionLog->username}</a></p></td>
                                        <td class="columnIpAddress columnText"><p><a href="index.php?page=ACPSessionLog&amp;sessionLogID={@$sessionLog->sessionLogID}{@SID_ARG_2ND}">{$sessionLog->ipAddress}</a><br /><a href="index.php?page=ACPSessionLog&amp;sessionLogID={@$sessionLog->sessionLogID}{@SID_ARG_2ND}">{$sessionLog->hostname}</a></p></td>
                                        <td class="columnUserAgent columnText smallFont"><p><a href="index.php?page=ACPSessionLog&amp;sessionLogID={@$sessionLog->sessionLogID}{@SID_ARG_2ND}">{$sessionLog->userAgent}</a></p></td>
                                        <td class="columnTime columnText"><p>{@$sessionLog->time|time}</p></td>
index 8f5c5b4ef89cf832ac0aaa853a3bf30c5948bf6c..90a02a12b3e2f7bd30676f226d0d2832ea5d14d1 100644 (file)
@@ -1,7 +1,7 @@
 {include file='header'}
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/cronjob{$action|ucfirst}L.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/{$action}1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.cronjob.{$action}{/lang}</h1>
                <h2>{lang}wcf.acp.cronjob.subtitle{/lang}</h2>
index 75e7fbe948bb6683543e91735d7f96e2cc0d8536..3b59dc3462d46cb826def8da783acd28e3252569 100644 (file)
@@ -3,7 +3,7 @@
 <script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/MultiPagesLinks.class.js"></script>
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/cronjobL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/time1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.cronjob.list{/lang}</h1>
                <h2>{lang}wcf.acp.cronjob.subtitle{/lang}</h2>
index 3c21b6a6a87c1679467951811498cfb96981b84e..ca331ce704a5bc27380a3ae713893fa5b0e23925 100644 (file)
@@ -3,7 +3,7 @@
 <script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/MultiPagesLinks.class.js"></script>
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/cronjobLogL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/time1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.cronjob.log{/lang}</h1>
                <h2>{lang}wcf.acp.cronjob.subtitle{/lang}</h2>
index 3d73b83b7d2f76b38a1f9e36e78c2df3fc900d93..b599bfd82ee14de54fbd6cbc03b87c3030345852 100644 (file)
@@ -1,7 +1,7 @@
 {include file='header'}
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/loginL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/login1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.masterPassword.enter{/lang}</h1>
        </hgroup>
index 0442ae1fa59798c9eceb32a185ee37c49168ecf6..4cf2846c9cdbe1f0ae120804441a0f2a6a1823da 100644 (file)
@@ -13,7 +13,7 @@
 </script>
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/loginL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/login1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.masterPassword.init{/lang}</h1>
        </hgroup>
index a6bed80f45d01bb2f9776359e2fe91c5c92fdee4..edbe4d97c98e8c34783a70ae6dc06332a92fc082 100644 (file)
@@ -10,7 +10,7 @@
 </script>
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/optionL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/options1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.option.category.{$category->categoryName}{/lang}</h1>
                <h2>{lang}wcf.acp.option.category.{$category->categoryName}.description{/lang}</h2>
index 56282b41b1e8691a1d909c00a0f7938e2bbaa20e..a15cd3a7261e19f90ac6d7cce36e0cb4ca275a6d 100644 (file)
@@ -1,7 +1,7 @@
 {include file='header'}
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/packageUpdateL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/update1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.packageUpdate{/lang}</h1>
        </hgroup>
index 2ebe8e150e3ef6a8007e7fd85ad7db88e1b489b6..e4d3869ac2c84ee78542a62a4fb35b2c32c29a46 100644 (file)
@@ -1,7 +1,7 @@
 {include file='header'}
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/packageL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/packageStandalone1.svg" alt="" />
        <hgroup>
                <h1>{$package->getName()}</h1>
                <h2>{$package->packageDescription}</h2>
index 48d4cd75594b718cbdb32236221b6531898f000c..d2e6edbadb8ef2e9667a72d96a816b697646ab08 100644 (file)
@@ -1,7 +1,7 @@
 {include file='header'}
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/server1.svg" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/{@$action}1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.updateServer.{$action}{/lang}</h1>
        </hgroup>
index 702096bf176a8586ec3657765b98556b096bfcda..b65fbb0f7fdf69da7a7c739d30cd1cb46f4fd8a2 100644 (file)
@@ -51,7 +51,7 @@
 </script>
 
 <header class="mainHeading">
-       <img {if $userID|isset}id="userEdit{@$userID}" {/if}src="{@RELATIVE_WCF_DIR}icon/user{@$action|ucfirst}L.png" alt="" />
+       <img {if $userID|isset}id="userEdit{@$userID}" {/if}src="{@RELATIVE_WCF_DIR}icon/{@$action}1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.user.{@$action}{/lang}</h1>
        </hgroup>
index 9508a01a76ddf34a63667212a0ca7d06c212a795..7ed69575e4a2281fe10914ddf6cb04f85287122b 100644 (file)
@@ -17,7 +17,7 @@
 </script>
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/usersL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/eMail1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.user.exportEmailAddress{/lang}</h1>
        </hgroup>
index 556808d3636d487925e3480ac919ab3a15474c86..4f0b14f2560772844bd54007768d9c0f09ddc20c 100644 (file)
@@ -9,7 +9,7 @@
 </script>
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/userGroup{@$action|ucfirst}L.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/{@$action}1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.group.{@$action}{/lang}</h1>
        </hgroup>
index f16429d2165fb6b252c0590fc8a7ab970b5badd1..9fdc2001fc4daf7fcd24b042441130d9d42e8061 100644 (file)
@@ -17,7 +17,7 @@
 </script>
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/userGroupL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/users1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.group.list{/lang}</h1>
        </hgroup>
index 453157f56926a1eb05a986d2875bb5c3bbccc24e..3e576009e69627ac2fae8ceb1dbd2c0074da9073 100644 (file)
@@ -40,7 +40,7 @@
 </script>
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/{if $searchID}userSearch{else}users{/if}L.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/{if $searchID}search{else}user{/if}1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.user.{if $searchID}search{else}list{/if}{/lang}</h1>
                <h2>{if $searchID}{lang}wcf.acp.user.search.matches{/lang}{/if}</h2><!-- deprecated display -->
index f5585b9e6e51bc8d68fe3cb1837313e9310ce78b..52dd548e1f753b1aea49c07fef8192a3911cc951 100644 (file)
@@ -1,7 +1,7 @@
 {include file='header'}
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/emailL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/email1.svg" alt="" />
        <hgroup>
                <h1>
                        {if $action == 'all'}
index 56bd0e850de928ec1d9cf8af106e1a5acc146b52..dda6f469d50b391def3c3dff6617abc6faad8a9a 100644 (file)
@@ -9,7 +9,7 @@
 </script>
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/userSearchL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/search1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.user.search{/lang}</h1>
        </hgroup>
index 374c6b83f358655f3b45db536c8f3700502fab69..7f79cec1b13e7aa7be46dee8246f26976a144536 100644 (file)
@@ -66,7 +66,7 @@
 </script>
 
 <header class="mainHeading">
-       <img src="{@RELATIVE_WCF_DIR}icon/usersMassProcessingL.png" alt="" />
+       <img src="{@RELATIVE_WCF_DIR}icon/users1.svg" alt="" />
        <hgroup>
                <h1>{lang}wcf.acp.user.massProcessing{/lang}</h1>
        </hgroup>
diff --git a/wcfsetup/install/files/icon/eMail1.svg b/wcfsetup/install/files/icon/eMail1.svg
new file mode 100644 (file)
index 0000000..2d8964e
--- /dev/null
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>E-Mail</title> \r
+       <desc>E-Mail Icon</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconEmail">\r
+               <path class="Lower" style="fill: #fff;" d="M8.9672852,5.4150391C8.5859375,5.1879883,8.1850586,5.0751953,7.7680664,5.0751953\r
+                       c-0.7866211,0-1.4750977,0.2705078-2.065918,0.8115234C4.706543,6.8051758,4.2089844,7.9619141,4.2089844,9.359375\r
+                       c0,0.7539062,0.199707,1.3613281,0.5991211,1.8203125c0.3989258,0.4589844,0.9311523,0.6894531,1.5952148,0.6894531\r
+                       c0.5410156,0,1.0883789-0.1894531,1.640625-0.5664062c0.2084961,0.6289062,0.7866211,0.9433594,1.7333984,0.9433594\r
+                       c1.2050781,0,2.2109375-0.4316406,3.0146484-1.2929688C13.5976562,10.0917969,14,9.0126953,14,7.7172852\r
+                       c0-0.9931641-0.2392578-1.9155273-0.71875-2.7646484c-0.4804688-0.8491211-1.1435547-1.5249023-1.9912109-2.0288086\r
+                       c-1.0458984-0.6157227-2.1757812-0.9243164-3.3930664-0.9243164c-1.4013672,0-2.6743164,0.3583984-3.8178711,1.0756836\r
+                       C2.9365234,3.7919922,2.1000977,4.7485352,1.5717773,5.9428711C1.1904297,6.7993164,1,7.7236328,1,8.7167969\r
+                       c0,1.8242188,0.5839844,3.328125,1.7519531,4.5097656C3.9194336,14.4101562,5.4262695,15,7.2700195,15H13.5\r
+                       c0,0,0.5,0,0.5-0.6894531c0-0.6191406-0.5-0.6191406-0.5-0.6191406H7.7548828\r
+                       C4.3623047,13.65625,2.659668,11.9648438,2.659668,8.6040039c0-1.5854492,0.4794922-2.8613281,1.4384766-3.8305664\r
+                       s2.2246094-1.453125,3.7988281-1.453125c1.3520508,0,2.4370117,0.4057617,3.2543945,1.2177734\r
+                       c0.8164062,0.8105469,1.2265625,1.8891602,1.2265625,3.2353516c0,1.0439453-0.203125,1.8652344-0.609375,2.4628906\r
+                       c-0.4052734,0.5976562-0.9589844,0.8964844-1.6601562,0.8964844c-0.5517578,0-0.8300781-0.2832031-0.8300781-0.8496094\r
+                       c0-0.5019531,0.2832031-1.6713867,1.1806641-4.5898438c0,0,0.2285156-0.6938477-0.6464844-0.6938477\r
+                       C9.1875,4.9995117,8.9672852,5.4150391,8.9672852,5.4150391z M7.9057617,9.7265625\r
+                       c-0.3989258,0.6347656-0.8583984,0.953125-1.3735352,0.953125c-0.5532227,0-0.8300781-0.3515625-0.8300781-1.0566406\r
+                       c0-0.9560547,0.2036133-1.7675781,0.6083984-2.4350586c0.4057617-0.6660156,0.8598633-0.9990234,1.3642578-0.9990234\r
+                       c0.5537109,0,0.8295898,0.4018555,0.8295898,1.2070312C8.5043945,8.3149414,8.3051758,9.0917969,7.9057617,9.7265625z"/>\r
+               <path class="Upper" style="fill: #666;" d="M8.9672852,4.4155273C8.5859375,4.1884766,8.1850586,4.0756836,7.7680664,4.0756836\r
+                       c-0.7866211,0-1.4750977,0.2705078-2.065918,0.8115234C4.706543,5.8056641,4.2089844,6.9624023,4.2089844,8.359375\r
+                       c0,0.7548828,0.199707,1.3613281,0.5991211,1.8203125c0.3989258,0.4599609,0.9311523,0.6894531,1.5952148,0.6894531\r
+                       c0.5410156,0,1.0883789-0.1884766,1.640625-0.5664062c0.2084961,0.6298828,0.7866211,0.9433594,1.7333984,0.9433594\r
+                       c1.2050781,0,2.2109375-0.4306641,3.0146484-1.2929688C13.5976562,9.0917969,14,8.0131836,14,6.7177734\r
+                       c0-0.9931641-0.2392578-1.9155273-0.71875-2.7646484c-0.4804688-0.8491211-1.1435547-1.5249023-1.9912109-2.0288086\r
+                       C10.2441406,1.3085938,9.1142578,1,7.8969727,1C6.4956055,1,5.2226562,1.3583984,4.0791016,2.0756836\r
+                       C2.9365234,2.7924805,2.1000977,3.7490234,1.5717773,4.9433594C1.1904297,5.7998047,1,6.7241211,1,7.7172852\r
+                       c0,1.824707,0.5839844,3.3276367,1.7519531,4.5102539C3.9194336,13.4101562,5.4262695,14,7.2700195,14H13.5\r
+                       c0,0,0.5,0,0.5-0.6884766c0-0.6191406-0.5-0.6191406-0.5-0.6191406H7.7548828\r
+                       C4.3623047,12.65625,2.659668,10.9648438,2.659668,7.6044922c0-1.5854492,0.4794922-2.8613281,1.4384766-3.8305664\r
+                       s2.2246094-1.453125,3.7988281-1.453125c1.3520508,0,2.4370117,0.4057617,3.2543945,1.2177734\r
+                       c0.8164062,0.8105469,1.2265625,1.8891602,1.2265625,3.2353516c0,1.0439453-0.203125,1.8657227-0.609375,2.4633789\r
+                       c-0.4052734,0.5966797-0.9589844,0.8955078-1.6601562,0.8955078c-0.5517578,0-0.8300781-0.2832031-0.8300781-0.8486328\r
+                       c0-0.5029297,0.2832031-1.671875,1.1806641-4.590332C10.4589844,4.6938477,10.6875,4,9.8125,4\r
+                       C9.1875,4,8.9672852,4.4155273,8.9672852,4.4155273z M7.9057617,8.7275391\r
+                       C7.5068359,9.3623047,7.0473633,9.6796875,6.5322266,9.6796875c-0.5532227,0-0.8300781-0.3515625-0.8300781-1.0561523\r
+                       c0-0.9560547,0.2036133-1.7675781,0.6083984-2.4350586c0.4057617-0.6660156,0.8598633-0.9990234,1.3642578-0.9990234\r
+                       c0.5537109,0,0.8295898,0.4018555,0.8295898,1.2070312C8.5043945,7.3154297,8.3051758,8.0922852,7.9057617,8.7275391z"/>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/time1.svg b/wcfsetup/install/files/icon/time1.svg
new file mode 100644 (file)
index 0000000..e8776f4
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Time</title> \r
+       <desc>Time Icon (outlined)</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconTime">\r
+               <g id="Upper" class="Upper">\r
+                       <path id="Face1" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M2.347168,8.5004883\r
+                               c0,2.8452148,2.3071289,5.1518555,5.152832,5.1518555c2.8447266,0,5.1523438-2.3066406,5.1523438-5.1518555\r
+                               c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6542969,3.347168,2.347168,5.6538086,2.347168,8.5004883z M1,8.5004883\r
+                               c0-3.590332,2.909668-6.5,6.5-6.5c3.5898438,0,6.5,2.909668,6.5,6.5C14,12.0898438,11.0898438,15,7.5,15\r
+                               C3.909668,15,1,12.0898438,1,8.5004883z"/>\r
+                       <path id="Hands1" style="fill: #fff;" d="M10.5527344,8H8V2.5483398c0-0.3012695-0.2250977-0.5478516-0.5-0.5478516\r
+                               S7,2.2470703,7,2.5483398v5.8901367v0.0136719v0.109375C7,8.8027344,7.2011719,9,7.4472656,9h3.1054688\r
+                               C10.7988281,9,11,8.8027344,11,8.5615234V8.4384766C11,8.1972656,10.7988281,8,10.5527344,8z"/>\r
+               </g>\r
+               <g id="Lower" class="Lower">\r
+                       <path id="Face2" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M2.347168,7.5004883\r
+                               c0,2.8452148,2.3071289,5.1518555,5.152832,5.1518555c2.8447266,0,5.1523438-2.3066406,5.1523438-5.1518555\r
+                               c0-2.8466797-2.3076172-5.1533203-5.1523438-5.1533203C4.6542969,2.347168,2.347168,4.6538086,2.347168,7.5004883z M1,7.5004883\r
+                               c0-3.590332,2.909668-6.5,6.5-6.5c3.5898438,0,6.5,2.909668,6.5,6.5C14,11.0898438,11.0898438,14,7.5,14\r
+                               C3.909668,14,1,11.0898438,1,7.5004883z"/>\r
+                       <path id="Hands2" style="fill: #666;" d="M10.5527344,7H8V1.5483398c0-0.3012695-0.2250977-0.5478516-0.5-0.5478516\r
+                               S7,1.2470703,7,1.5483398v5.8901367v0.0136719v0.109375C7,7.8027344,7.2011719,8,7.4472656,8h3.1054688\r
+                               C10.7988281,8,11,7.8027344,11,7.5615234V7.4384766C11,7.1972656,10.7988281,7,10.5527344,7z"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/user1.svg b/wcfsetup/install/files/icon/user1.svg
new file mode 100644 (file)
index 0000000..d6f7500
--- /dev/null
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>User</title> \r
+       <desc>User Icon</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconUser">\r
+               <g id="Silhouette">\r
+                       <path class="Lower" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M14,15\r
+                               c-0.2333984-1.171875-0.6699219-3.6777344-1.7470703-4.1445312c-0.8632812-0.375-1.5673828-0.8359375-2.109375-1.3808594\r
+                               C9.8984375,9.125,9.4882812,8.9316406,8.9165039,8.8886719c-0.152832-0.3769531-0.1459961-0.84375,0.019043-1.3994141\r
+                               C9.28125,7.1186523,9.5078125,6.5932617,9.6201172,5.9116211C9.6113281,5.6884766,9.484375,5.5981445,9.2373047,5.6386719\r
+                               C9.2109375,5.175293,9.2958984,4.668457,9.4980469,4.1201172L9.3193359,3.5375977l-0.2011719-0.137207\r
+                               C9.0683594,3.2138672,8.7675781,3.0004883,8.2128906,2.7587891L7.9912109,2.3105469l-0.3208008-0.078125l0.0390625-0.2329102\r
+                               L7.3881836,2.1552734C6.7211914,2.0019531,6.1176758,2.1445312,5.5795898,2.5834961L5.4174805,2.2910156\r
+                               C5.2236328,2.8554688,4.8955078,3.3291016,4.4335938,3.7119141H4.1918945l0.0205078,0.3510742L4.03125,4.5883789\r
+                               l0.4423828,1.2651367L4.2929688,5.8730469C3.9907227,6.296875,4.1479492,6.1826172,4.5737305,7.1962891l0.0195312,0.1953125\r
+                               c0.1738281,0.6591797,0.3232422,1.0898438,0.9648438,1.4794922l0.0415039,0.390625L4.6547852,9.9414062\r
+                               c-0.8051758,0.5859375-1.7163086,1.0996094-2.734375,1.5371094c-0.2436523,0.2128906-0.9057617,3.1230469-0.9174805,3.5058594\r
+                               C1.0019531,14.9882812,1.0004883,14.9960938,1,15H14z"/>\r
+                       <path class="Upper" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M14,14\r
+                               c-0.2333984-1.1708984-0.6699219-3.6777344-1.7470703-4.1435547c-0.8632812-0.375-1.5673828-0.8369141-2.109375-1.3808594\r
+                               C9.8984375,8.125,9.4882812,7.9316406,8.9165039,7.8896484c-0.152832-0.3779297-0.1459961-0.8442383,0.019043-1.3999023\r
+                               C9.28125,6.1191406,9.5078125,5.59375,9.6201172,4.9121094C9.6113281,4.6889648,9.484375,4.5986328,9.2373047,4.6391602\r
+                               C9.2109375,4.1757812,9.2958984,3.6689453,9.4980469,3.1206055L9.3193359,2.5380859l-0.2011719-0.137207\r
+                               C9.0683594,2.2143555,8.7675781,2.0009766,8.2128906,1.7592773L7.9912109,1.3110352l-0.3208008-0.078125L7.7094727,1\r
+                               L7.3881836,1.1557617C6.7211914,1.0024414,6.1176758,1.1450195,5.5795898,1.5839844L5.4174805,1.2915039\r
+                               C5.2236328,1.855957,4.8955078,2.3295898,4.4335938,2.7124023H4.1918945l0.0205078,0.3510742L4.03125,3.5888672\r
+                               l0.4423828,1.2651367L4.2929688,4.8735352C3.9907227,5.2973633,4.1479492,5.1831055,4.5737305,6.1967773l0.0195312,0.1953125\r
+                               c0.1738281,0.659668,0.3232422,1.0898438,0.9648438,1.4799805l0.0415039,0.3896484L4.6547852,8.9423828\r
+                               c-0.8051758,0.5859375-1.7163086,1.0996094-2.734375,1.5371094c-0.2436523,0.2128906-0.9057617,3.1220703-0.9174805,3.5048828\r
+                               C1.0019531,13.9892578,1.0004883,13.9960938,1,14H14z"/>\r
+               </g>\r
+       </g>\r
+</svg>\r
diff --git a/wcfsetup/install/files/icon/users1.svg b/wcfsetup/install/files/icon/users1.svg
new file mode 100644 (file)
index 0000000..e7a8cf7
--- /dev/null
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!--<?xml-stylesheet type="text/css" href="svg.css"?>-->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">\r
+       \r
+       <title>Users</title> \r
+       <desc>Users Icon</desc> \r
+       \r
+       <!--\r
+               @author         Harald Szekely \r
+               @copyright      2011 WoltLab GmbH \r
+               @license        GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> \r
+       --> \r
+       \r
+       <defs>\r
+               \r
+       </defs>\r
+       \r
+       <g id="IconUsers">\r
+               <g id="SilhouetteRight">\r
+                       <path class="Lower" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M14.65625,11.7490234\r
+                               c-0.6640625-0.2939453-1.2050781-0.6552734-1.6220703-1.0830078c-0.1884766-0.2744141-0.5048828-0.4257812-0.9443359-0.4599609\r
+                               c-0.1171875-0.2958984-0.1113281-0.6611328,0.015625-1.0966797c0.265625-0.2910156,0.4394531-0.7036133,0.5253906-1.2382812\r
+                               C12.625,7.6962891,12.5273438,7.6254883,12.3369141,7.6572266c-0.0205078-0.3632812,0.0449219-0.7607422,0.2001953-1.190918\r
+                               l-0.1367188-0.4570312l-0.1552734-0.1074219c-0.0380859-0.1464844-0.2695312-0.3139648-0.6962891-0.503418L11.3789062,5.046875\r
+                               l-0.2480469-0.0615234l0.03125-0.1826172L10.9140625,4.925293C10.4013672,4.8046875,9.9375,4.9169922,9.5234375,5.2607422\r
+                               l-0.125-0.2294922C9.25,5.4746094,8.9970703,5.8457031,8.6416016,6.1459961H8.6279297\r
+                               C8.5649414,6.4423828,8.4785156,6.7060547,8.3671875,6.9365234L8.671875,7.8261719L8.5332031,7.8413086\r
+                               C8.3007812,8.1733398,8.421875,8.0839844,8.75,8.8789062l0.0146484,0.1533203\r
+                               c0.0083008,0.03125,0.0170898,0.0566406,0.0249023,0.0869141c0.1616211,0.0927734,0.2993164,0.2070312,0.402832,0.3564453\r
+                               c0.53125,0.5449219,1.2226562,1.0058594,2.0673828,1.3798828C12.3164062,11.3222656,12.5,13.8544922,12.5,15H15v-2.9697266\r
+                               C14.8945312,11.9082031,14.7832031,11.8046875,14.65625,11.7490234z"/>\r
+                       <path class="Upper" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M14.65625,10.75\r
+                               c-0.6640625-0.2939453-1.2050781-0.65625-1.6220703-1.0820312c-0.1884766-0.2753906-0.5048828-0.4277344-0.9443359-0.4599609\r
+                               c-0.1171875-0.2958984-0.1113281-0.6625977,0.015625-1.0981445c0.265625-0.2905273,0.4394531-0.7021484,0.5253906-1.2373047\r
+                               C12.625,6.6972656,12.5273438,6.6269531,12.3369141,6.6586914c-0.0205078-0.3632812,0.0449219-0.7612305,0.2001953-1.1914062\r
+                               l-0.1367188-0.456543l-0.1552734-0.1074219c-0.0380859-0.1464844-0.2695312-0.3139648-0.6962891-0.503418l-0.1699219-0.3515625\r
+                               l-0.2480469-0.0615234l0.03125-0.1826172l-0.2480469,0.1220703C10.4013672,3.8056641,9.9375,3.9179688,9.5234375,4.262207\r
+                               l-0.125-0.2294922C9.25,4.4755859,8.9970703,4.8466797,8.6416016,5.1469727H8.6289062\r
+                               C8.5654297,5.4433594,8.4785156,5.7075195,8.3671875,5.9375L8.671875,6.8271484L8.5332031,6.8422852\r
+                               C8.3007812,7.1748047,8.421875,7.0854492,8.75,7.8803711l0.0146484,0.152832\r
+                               C8.7724609,8.0634766,8.78125,8.0878906,8.7890625,8.1171875c0.1616211,0.0932617,0.3007812,0.2089844,0.4042969,0.359375\r
+                               c0.53125,0.5419922,1.2226562,1.0039062,2.0673828,1.3789062C12.3173828,10.3232422,12.5,12.7949219,12.5,14H15v-2.96875\r
+                               C14.8945312,10.9091797,14.7832031,10.8066406,14.65625,10.75z"/>\r
+               </g>\r
+               <g id="SilhouetteLeft">\r
+                       <path class="Lower" style="fill-rule: evenodd; clip-rule: evenodd; fill: #fff;" d="M3.1313477,5.8544922L2.9545898,5.8740234\r
+                               C2.6582031,6.296875,2.8120117,6.1831055,3.2299805,7.1962891l0.0195312,0.1958008\r
+                               c0.1704102,0.6586914,0.315918,1.0898438,0.9453125,1.4785156l0.0405273,0.3911133L3.309082,9.9414062\r
+                               C2.6240234,10.4511719,1.8432617,10.8945312,1,11.2910156V15h11c0-1.1455078-0.1835938-3.6777344-1.2402344-4.1445312\r
+                               c-0.8447266-0.3740234-1.5361328-0.8349609-2.0673828-1.3798828C8.4506836,9.1259766,8.0488281,8.9326172,7.4887695,8.887207\r
+                               c-0.1499023-0.3754883-0.1430664-0.8413086,0.019043-1.3969727c0.3383789-0.371582,0.5605469-0.8964844,0.6704102-1.578125\r
+                               C8.1699219,5.6889648,8.0454102,5.5986328,7.8027344,5.6386719c-0.0263672-0.4628906,0.0576172-0.96875,0.2563477-1.5180664\r
+                               l-0.175293-0.5830078L7.6860352,3.4018555c-0.0483398-0.1870117-0.34375-0.4008789-0.8876953-0.6420898L6.581543,2.3115234\r
+                               L6.2661133,2.2329102L6.3046875,2L5.9897461,2.15625C5.3359375,2.0024414,4.7436523,2.1464844,4.2158203,2.5839844\r
+                               L4.0576172,2.2910156c-0.1904297,0.565918-0.512207,1.0380859-0.965332,1.4213867H2.8549805l0.0205078,0.3515625\r
+                               L2.6972656,4.5883789L3.1313477,5.8544922z"/>\r
+                       <path class="Upper" style="fill-rule: evenodd; clip-rule: evenodd; fill: #666;" d="M3.1318359,4.8540039L2.9545898,4.8735352\r
+                               C2.6582031,5.2973633,2.8120117,5.1835938,3.2304688,6.1977539L3.25,6.3920898\r
+                               c0.1699219,0.659668,0.315918,1.090332,0.9453125,1.4804688L4.2353516,8.262207L3.3095703,8.9418945\r
+                               C2.6240234,9.4501953,1.8432617,9.8955078,1,10.2929688V14h11c0-1.2050781-0.1826172-3.6767578-1.2392578-4.1445312\r
+                               c-0.8447266-0.375-1.5361328-0.8369141-2.0673828-1.3789062C8.4511719,8.125,8.0498047,7.9306641,7.4897461,7.8901367\r
+                               C7.3398438,7.512207,7.3466797,7.0449219,7.5083008,6.4897461C7.847168,6.1191406,8.0688477,5.5942383,8.1791992,4.9121094\r
+                               C8.1704102,4.6884766,8.0463867,4.5986328,7.8037109,4.6391602C7.7773438,4.1762695,7.8608398,3.6689453,8.0600586,3.1206055\r
+                               L7.8842773,2.5385742l-0.1977539-0.137207C7.6381836,2.2148438,7.3432617,2.0009766,6.7988281,1.7597656L6.5820312,1.3110352\r
+                               L6.2666016,1.2324219L6.3051758,1L5.9907227,1.1557617C5.3364258,1.0014648,4.7436523,1.1455078,4.2163086,1.5839844\r
+                               L4.0576172,1.2910156c-0.1899414,0.5654297-0.512207,1.0380859-0.965332,1.4208984H2.8549805l0.0209961,0.3510742\r
+                               L2.6977539,3.5883789L3.1318359,4.8540039z"/>\r
+               </g>\r
+       </g>\r
+</svg>\r