Türkçe |
<!DOCTYPE html>
<html>
<head>
<title>{0}</title>
<style>
.row {{
font-family: verdana;
}}
.alert {{
padding: 10px;
border: 1px solid transparent;
border-radius: 4px;
}}
.alert-info {{
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}}
.footer {{
border-top: 1px solid #c1c1c1;
padding: 10px 0;
}}
</style>
</head>
<body>
<div class="container">
<div class="row">
<h1>Set Locale</h1>
</div>
<div class="row">
<p>
Merhaba {1},
<br />
<br />
Çevirmen olarak kaydedildiniz, şifrenizi belirlemek için aşağıdaki bağlantıyı kullanınız.
<br />
<div class="alert alert-info">
<a href="http://locale.setcrm.com/user/passwordChange/?email={2}&token={3}">http://locale.setcrm.com/user/passwordChange/?email={2}&token={3}</a>
</div>
</p>
</div>
<div class="row footer">
© Argeset Yazılım - Set Locale
</div>
</div>
</body>
</html> |
English |
<!DOCTYPE html>
<html>
<head>
<title>{0}</title>
<style>
.row {{
font-family: verdana;
}}
.alert {{
padding: 10px;
border: 1px solid transparent;
border-radius: 4px;
}}
.alert-info {{
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}}
.footer {{
border-top: 1px solid #c1c1c1;
padding: 10px 0;
}}
</style>
</head>
<body>
<div class="container">
<div class="row">
<h1>Set Locale</h1>
</div>
<div class="row">
<p>
Hi {1},
<br />
<br />
Have you registered as a translator, you set your password using the link below.
<br />
<div class="alert alert-info">
<a href="http://locale.setcrm.com/user/passwordChange/?email={2}&token={3}">http://locale.setcrm.com/user/passwordChange/?email={2}&token={3}</a>
</div>
</p>
</div>
<div class="row footer">
© Argeset Yazılım - Set Locale
</div>
</div>
</body>
</html> |