Fix case of placeholders

This commit is contained in:
Andrey Cherepanov 2013-10-16 14:01:03 +04:00
parent e4f60164ae
commit cfb3b1ccb7
3 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
product=@distro_name@
product=@DISTRO_NAME@
based_on=ALT Linux Sisyphus

View File

@ -2,7 +2,7 @@
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Disto name in title -->
<title>@product_name@</title>
<title>@PRODUCT_NAME@</title>
<link href="index.css" rel="stylesheet" type="text/css">
<link href="images/product.png" rel="shortcut icon" type="image/png" />
@ -19,7 +19,7 @@
<!-- Disto name -->
<table border="0" width="100%" id="header">
<tr>
<td id="product-logo"><img src="images/product-logo.png" alt="@product_name@" id="product-logo"></td>
<td id="product-logo"><img src="images/product-logo.png" alt="@PRODUCT_NAME@" id="product-logo"></td>
<td id="search">
<!-- Search pane -->
<form action="http://www.google.com/search" method="get">

View File

@ -2,7 +2,7 @@
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Disto name in title -->
<title>@product_name_ru@</title>
<title>@PRODUCT_NAME_RU@</title>
<link href="index.css" rel="stylesheet" type="text/css">
<link href="images/product.png" rel="shortcut icon" type="image/png" />
@ -20,7 +20,7 @@
<table border="0" width="100%" id="header">
<tr>
<td id="product-logo"><img src="images/product-logo.png" alt="@product_name_ru@" id="product-logo"></td>
<td id="product-logo"><img src="images/product-logo.png" alt="@PRODUCT_NAME_RU@" id="product-logo"></td>
<td id="search">
<!-- Search pane -->
<form action="http://www.google.com/search" method="get">