コード例 #1
0
                               value="<?php 
    echo getGuestEmail($gast_id, $link);
    ?>
" class="form-control"
                               readonly="readonly">
                    </div>
                </div>
                <div class="form-group">
                    <label for="tel"
                           class="col-sm-2 control-label"><?php 
    echo getUebersetzung("Telefonnummer", $sprache, $link);
    ?>
</label>
                    <div class="col-sm-4">
                        <input name="tel" type="text" id="tel" value="<?php 
    echo getGuestTel($gast_id, $link);
    ?>
"
                               readonly="readonly"
                               class="form-control">
                    </div>
                </div>
                <div class="form-group">
                    <label for="fax"
                           class="col-sm-2 control-label"><?php 
    echo getUebersetzung("Faxnummer", $sprache, $link);
    ?>
</label>
                    <div class="col-sm-4">
                        <input name="fax" type="text" id="fax" value="<?php 
    echo getGuestFax($gast_id, $link);
コード例 #2
0
>
                            </div>
                        </div>
                        <div class="form-group">
                            <div class="col-sm-4">
                                <label class="control-label">
                                    <?php 
                echo getUebersetzung("Telefonnummer", $sprache, $link);
                ?>
                                </label>
                            </div>
                            <div class="col-sm-4">
                                <input name="tel" type="text" id="tel"
                                       class="form-control" <?php 
                if (!empty($gast_id)) {
                    echo "value=\"" . getGuestTel($gast_id, $link) . "\"";
                }
                ?>
>
                            </div>
                        </div>

                        <div class="form-group">
                            <div class="col-sm-4">
                                <label class="control-label">
                                    <?php 
                echo getUebersetzung("Faxnummer", $sprache, $link);
                ?>
                                </label>
                            </div>
                            <div class="col-sm-4">